﻿/* Only display masthead background images on larger screens. */
@media (min-width: 992px) {

    /*
        1. Edit the .mdgov-masthead rule's background-image to your own default site-wide image.
        2. Use the .mdgov-fixed .mdgov-mastead rule to override your default if using a combination of fluid and fixed width layouts.
        3. Use masthead modifier classes "--tall, --full. REMOVE or COMMENT any not in use.
    */

    /* Default site-wide masthead. */
    .mdgov-masthead {
        /*background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-fluid-1920x250.jpg");*/
        background-image: url("../img/masthead-bg-fluid-1920x250-dors.jpg");

    }

    /* Default site-wide fixed layout masthead. */
    .mdgov-fixed .mdgov-masthead {
        background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-fixed-1200x250.jpg");
    }

    /* Tall fluid-width masthead. */
    .mdgov-masthead.mdgov-masthead--tall {
        background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-tall-fluid-1920x500.jpg");
    }

    /* Tall fixed-width masthead. */
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--tall {
        background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-tall-fixed-1200x500.jpg");
    }

    /* Full-height, fluid-width masthead. */
    .mdgov-masthead.mdgov-masthead--full {
        background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-full-fluid-1920x1020.jpg");
        overflow: hidden;
    }

        /* 
        For displaying angled card background effect.
        Note that background color is specified as the primary brand in the core CSS already.
    */
        .mdgov-masthead.mdgov-masthead--full:before {
            content: "";
            backface-visibility: hidden;
            transform: skew(0deg,-3deg);
            height: 50%;
            width: 100vw;
            position: absolute;
            z-index: 0;
            transform-origin: bottom left;
            left: 0;
            bottom: -110px;
        }

    /* Full-height, fixed-width masthead. */
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--full {
        /*background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-full-fixed-1200x1020.jpg");*/
        background-image: url("../img/masthead-bg-fluid-1920x250-temp.jpg");
        background-size: auto;
        background-position: top center;
    }

    .mdgov-masthead--angled {
        background-image: url('../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-angled.jpg');
    }


    /* Online Services Widget Container */
    .svc_filterForm {
        background-color: #e9ecef;
        padding: 1rem 1rem 0 1rem;
        margin-bottom: 1rem;
    }
    /*Button Code*/
    /*
    .btn-primary {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #959595;
            border-color: #000000;
        }

        .btn-primary:focus, .btn-primary.focus {
            box-shadow: 0 0 0 0.2rem rgba(44, 98, 158, 0.5);
        }

        .btn-primary.disabled, .btn-primary:disabled {
            color: #fff;
            background-color: #000000;
            border-color: #000000;
        }

        .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
        .show > .btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #000000;
            border-color: #000000;
        }

            .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
            .show > .btn-primary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(44, 98, 158, 0.5);
            }

    btn-light {
        color: #000;
        background-color: #000000;
        border-color: #f8f9fa;
    }

    .btn-light:hover {
        color: #000;
        background-color: #707070;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #000000;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }
    */
    /* CSS for Resuable content */
    html.has-ribbon #reusableContentMainDiv01 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv01 a:visited {
        color: #000;
    }

    .reusableContentMainDiv01 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    html.has-ribbon #reusableContentMainDiv02 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv02 a:visited {
        color: #000;
    }

    .reusableContentMainDiv02 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    html.has-ribbon #reusableContentMainDiv03 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv03 a:visited {
        color: #000;
    }

    .reusableContentMainDiv03 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    html.has-ribbon #reusableContentMainDiv04 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv04 a:visited {
        color: #000;
    }

    .reusableContentMainDiv04 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    /* Numbers being shown under the Carousel. This fix would be incorporated by Mike in core filesâ€¦ */
    .carousel-indicators li {
        text-indent: -4000px;
    }

    /* IE 11 is not showing the angled dividers correctly. Height property for SVG is missing. */
    .mdgov-divider--diag {
        height: 4vw;
    }
}

/* Styles for responsive tables in mobile view. */
@media (max-width: 992px) {
    table.ms-listviewtable > tbody > tr {
        display: block;
    }
    table.ms-listviewtable > tbody > tr > td.ms-stylebox {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
}

td.ms-stylelabel, td.ms-stylebody {
    padding: 0.5rem;
}
/* Styles END */


#s4-workspace a {
	text-decoration: underline;
}
#s4-workspace a:link, a:visited {
	text-decoration: underline;
}
#s4-workspace a:hover, a:focus{
	outline: 2px solid black;
	text-decoration: underline;
}
#s4-workspace #mdgov_sliverRight a:hover {
	outline: 2px solid white;
}
#s4-workspace #mdgov_sliverRight a:focus {
	outline: 2px solid white;
}

/*NEW FROM HERE ON*/
body {
line-height: 1.3;
}

.ms-rtestate-field p, p.ms-rteElement-P {
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

h1, .ms-rteElement-H1 {
    line-height: 100%;
}

h2, .ms-rteElement-H2, #primary_content_Block h2 {
    font-size: 1.5em;
}

.ms-rteElement-H2 {
    margin: 20px 0 20px 0;
}

h3, .ms-rteElement-H3 {
    font-size: 1.25em;
    margin: 20px 0 20px 0;
}

h4, .ms-rteElement-H4, .ms-rtestate-field h4, h4.ms-rteElement-H4 {
    margin: 0;
    font-size: 1.15em;
}

.mdgov-sectionNav .nav-link {
    color:#000;
    padding: .5rem;
}

.nav-link a:visited {
    color:#000;
}

ul.cl_iconNav{
padding-left: 15px;
}

.cl_iconNav li {
list-style-image: url("../img/nav_sprite.png");
padding-left: 5px;
font-size:1em;
}

ul.cl_iconsubNav {
padding-left: 15px;
}

.cl_iconsubNav {
margin-top: 0;
}

.cl_iconsubNav li {
list-style: square;
color: black;
font-size:1em;
}

.cl_subNav li a {
    background-color: #cc0033;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 10px;
}

.cl_iconNav2 {
    padding-left: 10px;
    margin: 0;
}

.cl_iconNav2 li {
list-style: none;
background-image: url("../img/nav_sprite.png")!important;
background-position: left -599px;
background-repeat: no-repeat;
color: #cc0033;
padding-left: 15px;
}

td.ms-vb2 img {
height: 125px;
margin-top:0px; 
}

table.ms-listviewtable > tbody > tr > td.ms-stylebox{
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
line-height:1em;
}

.ms-stylebody{
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}

/*Reduce line height of list items*/
.ms-vb2{
    line-height: 1em !important;
}

a:visited {
    color: #cc0033;
}

html.has-ribbon #mdgovMain a:visited {
  color: #cc0033;
}

#mdgovMain a:visited {
  color: #cc0033;
}

html.has-ribbon #pageSectionNav a {
  color: black;
}

#pageSectionNav a {
  color: black;
}

html.has-ribbon #pageSectionNav a:visited {
  color: black;
}

#pageSectionNav a:visited {
  color: black;
}

ul.cl_iconList{
padding-left: 15px;
}

ul.cl_subList{
padding-left: 15px;
}

.cl_iconList li {
list-style-image: url("../img/nav_sprite.png");
padding-left: 5px;
font-size:1em;
}

.cl_subList li {
list-style: square;
color: black;
padding-left: 15px;
font-size:1rem;
}

/*style right col list items and content query links*/
#primary_right_col td.ms-vb2 {
padding-left: 2px;
padding-right: 7px;
list-style: none;
background-image: url("../img/nav_sprite.png");
background-position: left -599px;
background-repeat: no-repeat;
color: #cc0033;
padding-left: 15px;
line-height: 1em !important;
}

#primary_right_col .ms-viewheadertr, .ui-table-cell-label
{display:none !important;}

#primary_right_col .ms-vb2 a{
    color:#cc0033 !important;
}

.dfwp-list {
list-style: none;
margin: 0px;
padding: 0px;
}

.dfwp-list li{  
list-style: disc;
padding-left: 0px;
margin-left: 15px;
margin-bottom: -.5rem;
}

.dfwp-column {
float: left;
}

.item {
padding: 6px 0px 6px 4px; 
}

.ms-WPBorder, .ms-WPBorderBorderOnly {
border-color: #cc0033;
border-width: 1px;
border-style: solid;
}

.ms-WPTitle {
font-weight: bold;
font-size: 1em;
text-align: left;
color: #000;
margin-top: 8px;
}

.ms-webpart-titleText {
    color: black;
    line-height: 1.3;
}

.ms-WPHeader .ms-wpTdSpace {
width: 5px;
}

.medium {
    font-size: 1em;
}

.ms-PartSpacingVertical {
margin-top: 12px;
}

.s4-wpcell-plain .ms-WPHeaderTdSelection {
    display: none;
}

.ms-WPHeader td, .ms-fakewptitle {
    border-bottom: 1px solid #EBEBEB;
    border-collapse: collapse;
}

.ms-WPHeaderTdSelection {
    width: 21px;
    cursor: auto;
    text-align: center;
}

a:hover, a:focus, #s4-workspace a:hover, #s4-workspace a:focus {
color: black;
}

a:focus, #s4-workspace a:focus {
outline: 2px #900 solid;
}

.mdgov-footer__bottom {
    background-color: #000;
    padding: 2rem;
}
   
table.ms-listviewtable > tbody > tr > td.ms-stylebox{
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}

#onetidMoreAnn {
display:none;
}

.mdgov-footer__middle a, .mdgov-footer__bottom a {
  color: white;
}

.collapse:not(.show) {
  display: block;
}

html.has-ribbon #mdgovFooter a:hover, html.has-ribbon #mdgovFooter a:focus {
  color: #900;
  text-decoration:underline;
  text-decoration-color: #fff;
  outline: 2px solid white;
}

#mdgovFooter a:hover, #mdgovFooter a:focus {
  color: #900;
  text-decoration:underline;
  text-decoration-color: #fff;
  outline: 2px solid white;
}
.alert-warning {
  color: #fff;
  background-color: rgba(0, 0, 0, .35);
}
/*footer-2024-css*/
:root {
  --mdgov-footer-bg-color: #000;
}

[data-mdgov-theme=dark] {
  --mdgov-footer-bg-color: #000;
}
body {
    background-color: #000 !important;
}
.mdgov-footer-2024 {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: var(--mdgov-footer-bg-color);
  color: #fff;
}
.mdgov-footer-2024 a {
  color: #fff;
  text-decoration: none;
}
.mdgov-footer-2024 a:hover, .mdgov-footer-2024 a:focus {
  text-decoration: underline;
  outline: 2px solid white;
  color: #FFF;
}
.mdgov-footer-2024__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .mdgov-footer-2024__top {
    flex-flow: row;
    gap: 32px;
  }
}
.mdgov-footer-2024__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mdgov-footer-2024__nav > li + li:before {
  padding-right: 1rem;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.5);
  content: "-";
}
.mdgov-footer-2024__agency {
  display: flex;
  align-items:center;
  flex-flow: column;
  gap: 16px;
}
.mdgov-footer-2024__agency__logo img {
  max-width: 120px;
}
.mdgov-footer-2024__agency__address {
  text-align: center;
}
.mdgov-footer-2024__agency__address address {
  max-width: 350px;
  margin: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.mdgov-footer-2024__agency__address address:before {
  content: none;
}
.mdgov-footer-2024__agency__address address strong {
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .mdgov-footer-2024__agency__address {
    text-align: left;
  }
}
.mdgov-footer-2024__agency__links {
  display: flex;
  flex: 1 0 0%;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .mdgov-footer-2024__agency {
    flex-flow: row;
    align-items:flex-start;
  }
}
.mdgov-footer-2024__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 48px;
  padding-top: 48px;
}
.mdgov-footer-2024__bottom a {
  color: #fff;
}
.mdgov-footer-2024__bottom__heading {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.mdgov-footer-2024__bottom h3 {
  font-size: 1.25rem;
}
.mdgov-footer-2024__bottom__links {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.mdgov-footer-2024__bottom__links a {
  display: block;
  line-height: 1;
}
.mdgov-footer-2024__bottom__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mdgov-footer-2024__bottom__links ul li {
  margin-bottom: 0.75em;
}
.ewf-footer__heading{
  color: #fff;
}
.ewf-footer__links h3{
  color:#fff;
  margin-bottom: 20px!important;
}




@media (min-width: 992px) {
  .mdgov-footer-2024__bottom__links {
    flex-flow: row;
  }
  .mdgov-footer-2024__bottom__links > div {
    flex: 1 1 auto;
  }
}